3D Graphics Programming with QuickDraw 3D 1.5.4
Previous | QD3D Book | Overview | Chapter Contents | Next |
Specular color is the color of the light of a specular reflection (specular reflection is the type of reflection that is characteristic of light reflected from a shiny surface). A specular color attribute specifies the color of the light specularly reflected by the objects to which it is assigned. Note that the diffuse color and specular color assigned to the same object can differ.
Container (
AttributeSet ( )
DiffuseColor ( .1 .1 .1) # near-black
SpecularColor ( 1 1 1 ) # white
)
Previous | QD3D Book | Overview | Chapter Contents | Next |